home *** CD-ROM | disk | FTP | other *** search
/ Tabloid Beauties (1996 Edition) / Tabloid Beauties - 1996 Edition.iso / mac / DATA / GAYNOR.DIR / 00108_Script_108 < prev    next >
Text File  |  1996-03-29  |  2KB  |  73 lines

  1. on exitFrame
  2.   cursor 4
  3.   
  4.   global WhichCallAngela
  5.   
  6.   if WhichCallAngela < 6 then
  7.     set WhichCallAngela to WhichCallAngela + 1
  8.   end if
  9.   
  10.   if WhichCallAngela = 1 then
  11.     put the pathname into temp
  12.     if the machinetype <> 256 then
  13.       put Temp & "SOUNDS:077.mov" into Fname
  14.     else
  15.       put Temp & "SOUNDS\077.mov" into Fname
  16.     end if
  17.     set the filename of cast "QT.MOV" to FName
  18.   end if
  19.   
  20.   if WhichCallAngela = 2 then
  21.     put the pathname into temp
  22.     if the machinetype <> 256 then
  23.       put Temp & "SOUNDS:079.mov" into Fname
  24.     else
  25.       put Temp & "SOUNDS\079.mov" into Fname
  26.     end if
  27.     set the filename of cast "QT.MOV" to FName
  28.   end if
  29.   
  30.   if WhichCallAngela = 3 then
  31.     put the pathname into temp
  32.     if the machinetype <> 256 then
  33.       put Temp & "SOUNDS:080.mov" into Fname
  34.     else
  35.       put Temp & "SOUNDS\080.mov" into Fname
  36.     end if
  37.     set the filename of cast "QT.MOV" to FName
  38.   end if
  39.   
  40.   if WhichCallAngela = 4 then
  41.     put the pathname into temp
  42.     if the machinetype <> 256 then
  43.       put Temp & "SOUNDS:081.mov" into Fname
  44.     else
  45.       put Temp & "SOUNDS\081.mov" into Fname
  46.     end if
  47.     set the filename of cast "QT.MOV" to FName
  48.   end if
  49.   
  50.   
  51.   if WhichCallAngela = 5 then
  52.     put the pathname into temp
  53.     if the machinetype <> 256 then
  54.       put Temp & "SOUNDS:078.mov" into Fname
  55.     else
  56.       put Temp & "SOUNDS\078.mov" into Fname
  57.     end if
  58.     set the filename of cast "QT.MOV" to FName
  59.   end if
  60.   
  61.   if WhichCallAngela = 6 then
  62.     put the pathname into temp
  63.     if the machinetype <> 256 then
  64.       put Temp & "SOUNDS:115.mov" into Fname
  65.     else
  66.       put Temp & "SOUNDS\115.mov" into Fname
  67.     end if
  68.     set the filename of cast "QT.MOV" to FName
  69.   end if
  70.   
  71.   
  72.   
  73. end